home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gtrprd11.zip / MAKE_LOG.DOC < prev    next >
Text File  |  1989-06-01  |  3KB  |  60 lines

  1.  
  2.              MAKE_LOG - Make Logon/Logoff Entries in the CALLER File 
  3.  
  4.                                   Version 1.00
  5.  
  6.                          Copyright 1989 by Scott Swaine.
  7.  
  8.  
  9.    DISCLAIMER:
  10.    ----------
  11.  
  12.       You may copy and distribute this software freely in it's original 
  13.       unmodified form and such the no monetary action is involved.
  14.  
  15.       I make no claims that this program will work in the manner desired by 
  16.       the consumer, other than it did what *I* wanted it to do, in my 
  17.       environment.  I will not be responsible for any losses resulting, 
  18.       either directly or indirectly, from the use or misuse of this 
  19.       software. 
  20.  
  21.  
  22.    DESCRIPTION:
  23.    -----------
  24.  
  25.       This is a very simple utility to enter the 'logon' and 'logoff' 
  26.       entries in the CALLER log file.  Normally, ProDoor assumes the user 
  27.       has already logged on, and PCBoard takes care of the log entry for 
  28.       that.  If the user logs off inside ProDoor, or hangs up, ProDoor will 
  29.       enter a log entry to that effect.  But most of the time this won't 
  30.       happen, and you'll have a CALLER file with some very precise log 
  31.       entries in it, but no names of who did what. 
  32.  
  33.       MAKE_LOG will create a new CALLER file if one does not exist and will 
  34.       enter 'logon' and 'logoff' log entries in the same format that 
  35.       PCBoard/ProDoor use.  You must run this program twice in the ProDoor 
  36.       door - once before running ProDoor, and once before returning to GT.  
  37.       MAKE_LOG requires two command line parameters - the pathand filename 
  38.       to the CALLER file and the 'mode' (either 'IN' for logons or 'OUT' 
  39.       for logoffs).  The following samples could be used: 
  40.  
  41.               MAKE_LOG CALLER IN  (for 'logging in', on entry to ProDoor) 
  42.               MAKE_LOG CALLER OUT (for 'logging out', on exit from ProDoor) 
  43.  
  44.       Hopefully, this will make those otherwise confusing log files easier 
  45.       to figure out. 
  46.  
  47.  
  48.                                        Scott Swaine, Sysop 
  49.                                        Console Command Headquarters 
  50.                                        Node 1:  (805) 968-5094 
  51.                                        Node 2:  (805) 968-9411 
  52.                                        Node 3:  (805) 968-0734 
  53.                                        24 hours/day 
  54.                                        300/1200/2400/9600 baud, 8-N-1 
  55.                                        GT Network net/node 054/000 
  56.  
  57.                                        CompuServe ID:  72057,1542 
  58.  
  59.  
  60.